﻿2026-08-30T06:50:12.4925107Z ##[group]Run actions/checkout@v5
2026-08-30T06:50:12.4925809Z with:
2026-08-30T06:50:12.4926080Z   repository: BigscreenVR/spt-bs-core
2026-08-30T06:50:12.4927807Z   token: ***
2026-08-30T06:50:12.4928136Z   ssh-strict: true
2026-08-30T06:50:12.4928377Z   ssh-user: git
2026-08-30T06:50:12.4928663Z   persist-credentials: true
2026-08-30T06:50:12.4928938Z   clean: true
2026-08-30T06:50:12.4929211Z   sparse-checkout-cone-mode: true
2026-08-30T06:50:12.4929514Z   fetch-depth: 1
2026-08-30T06:50:12.4929758Z   fetch-tags: false
2026-08-30T06:50:12.4930008Z   show-progress: true
2026-08-30T06:50:12.4930278Z   lfs: false
2026-08-30T06:50:12.4930603Z   submodules: false
2026-08-30T06:50:12.4930915Z   set-safe-directory: true
2026-08-30T06:50:12.4931199Z   allow-unsafe-pr-checkout: false
2026-08-30T06:50:12.4931652Z ##[endgroup]
2026-08-30T06:50:12.6957439Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-30T06:50:12.6958652Z ##[group]Getting Git version info
2026-08-30T06:50:12.6959122Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-08-30T06:50:12.7187283Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-08-30T06:50:12.7427952Z git version 2.43.0.windows.1
2026-08-30T06:50:12.7457442Z ##[endgroup]
2026-08-30T06:50:12.7466722Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\1b857a86-2b4d-4366-9b9d-f438dc8f3df3\.gitconfig'
2026-08-30T06:50:12.7481091Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\1b857a86-2b4d-4366-9b9d-f438dc8f3df3' before making global git config changes
2026-08-30T06:50:12.7482229Z Adding repository directory to the temporary git global config as a safe directory
2026-08-30T06:50:12.7487282Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-08-30T06:50:12.7762415Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-08-30T06:50:12.7988841Z https://github.com/BigscreenVR/spt-bs-core
2026-08-30T06:50:12.8016836Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-30T06:50:12.8021608Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-30T06:50:12.8256300Z refs/heads/golden/now-signal-23
2026-08-30T06:50:12.8282893Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-08-30T06:50:12.9439307Z HEAD is now at da71b7852 release: v0.67.0 — NOW-SIGNAL
2026-08-30T06:50:13.3334526Z ##[endgroup]
2026-08-30T06:50:13.3338897Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-08-30T06:50:13.7802748Z ##[group]Cleaning the repository
2026-08-30T06:50:13.7807698Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-08-30T06:50:23.8344730Z Removing bench-ledger/
2026-08-30T06:50:23.8345198Z Removing target/
2026-08-30T06:50:23.8386493Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-08-30T06:50:23.9775899Z HEAD is now at da71b7852 release: v0.67.0 — NOW-SIGNAL
2026-08-30T06:50:23.9803412Z ##[endgroup]
2026-08-30T06:50:23.9808464Z ##[group]Disabling automatic garbage collection
2026-08-30T06:50:23.9813647Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-08-30T06:50:24.0069521Z ##[endgroup]
2026-08-30T06:50:24.0070023Z ##[group]Setting up auth
2026-08-30T06:50:24.0076105Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-30T06:50:24.0315905Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-30T06:50:24.5751978Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-30T06:50:24.6069600Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-08-30T06:50:25.0000345Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-30T06:50:25.0230013Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-30T06:50:25.4079252Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-30T06:50:25.4467909Z ##[endgroup]
2026-08-30T06:50:25.4468538Z ##[group]Fetching the repository
2026-08-30T06:50:25.4475844Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +da71b78521b425a23dfa55fb264445c256fb2996:refs/remotes/origin/golden/now-signal-23
2026-08-30T06:50:26.2928799Z ##[endgroup]
2026-08-30T06:50:26.2929202Z ##[group]Determining the checkout info
2026-08-30T06:50:26.2929905Z ##[endgroup]
2026-08-30T06:50:26.2935703Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-08-30T06:50:26.3240926Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-08-30T06:50:26.3502827Z ##[group]Checking out the ref
2026-08-30T06:50:26.3508816Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B golden/now-signal-23 refs/remotes/origin/golden/now-signal-23
2026-08-30T06:50:26.4083412Z branch 'golden/now-signal-23' set up to track 'origin/golden/now-signal-23'.
2026-08-30T06:50:26.4083979Z Your branch is up to date with 'origin/golden/now-signal-23'.
2026-08-30T06:50:26.4084552Z Switched to and reset branch 'golden/now-signal-23'
2026-08-30T06:50:26.4108095Z ##[endgroup]
2026-08-30T06:50:26.4432075Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-08-30T06:50:26.4710662Z da71b78521b425a23dfa55fb264445c256fb2996
